home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-12 | 2.1 KB | 119 lines | [TEXT/MPS ] |
- ;
- ; File: Translation.a
- ;
- ; Copyright: © 1984-1994 by Apple Computer, Inc.
- ; All rights reserved.
- ;
- ; Version: Built by: anonymous
- ; From: Translation.i, revision 9, dated 6/21/94
- ; With Interfacer: 1.1d4e2
- ;
- ; Bugs: Report bugs to Radar component “System Interfaces”, “Latest”
- ; List the version information from above in Problem Description.
- ;
- ;
-
- IF &TYPE('__TRANSLATION__') = 'UNDEFINED' THEN
- __TRANSLATION__ SET 1
-
- IF &TYPE('REZ') = 'UNDEFINED' THEN
-
- IF &TYPE('__TYPES__') = 'UNDEFINED' THEN
- include 'Types.a'
- ENDIF
- ; include 'ConditionalMacros.a' ;
- ; include 'MixedMode.a' ;
- ; include 'Traps.a' ;
-
- IF &TYPE('__FILES__') = 'UNDEFINED' THEN
- include 'Files.a'
- ENDIF
- ; include 'OSUtils.a' ;
- ; include 'SegLoad.a' ;
-
- IF &TYPE('__COMPONENTS__') = 'UNDEFINED' THEN
- include 'Components.a'
- ENDIF
-
- IF &TYPE('__TRANSLATIONEXTENSIONS__') = 'UNDEFINED' THEN
- include 'TranslationExtensions.a'
- ENDIF
- ; include 'Memory.a' ;
- ; include 'Quickdraw.a' ;
- ; include 'QuickdrawText.a' ;
- ; include 'IntlResources.a' ;
- ; include 'Components.a' ;
- gestaltTranslationPPCAvail: SET 2
- gestaltTranslationGetPathAPIAvail: SET 3
-
- domCannot EQU 0
- domNative EQU 1
- domTranslateFirst EQU 2
- domWildcard EQU 3
-
- TranslationScrapProgressDialogID: SET -16555
- FileTranslationSpec RECORD 0
- componentSignature ds.l 1
- translationSystemInfo ds.l 1
- src ds FileTypeSpec
- dst ds FileTypeSpec
- Size EQU *
- ENDR
-
- Macro
- _GetFileTypesThatAppCanNativelyOpen
- dc.w $701C
- dc.w $ABFC
- EndM
-
- Macro
- _ExtendFileTypeList
- dc.w $7009
- dc.w $ABFC
- EndM
-
- Macro
- _CanDocBeOpened
- dc.w $701E
- dc.w $ABFC
- EndM
-
- Macro
- _GetFileTranslationPaths
- dc.w $7038
- dc.w $ABFC
- EndM
-
- Macro
- _GetPathFromTranslationDialog
- dc.w $7037
- dc.w $ABFC
- EndM
-
- Macro
- _TranslateFile
- dc.w $700C
- dc.w $ABFC
- EndM
-
- Macro
- _GetDocumentKindString
- dc.w $7016
- dc.w $ABFC
- EndM
-
- Macro
- _GetTranslationExtensionName
- dc.w $7036
- dc.w $ABFC
- EndM
-
- Macro
- _TranslateScrap
- dc.w $700E
- dc.w $ABFC
- EndM
-
- ENDIF
- ENDIF ; __TRANSLATION__
-